JavaScript

tbiObj.selectPane Method

Syntax

tbiObj.selectPane(paneLabel);

Arguments

paneLabelstring

The pane label.

Description

Sets the active TabbedUI pane by pane label.

Discussion

The tbiObj.selectPane() method selects the active pane by label. For example, say you have a pane with a label of 'Customers'. This JavaScript will select that pane:

tbiObj.selectPane('Customers');